home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 07 - Where the Hackers Are / virc200.exe / {app} / ViRC.exe / 0 / RCDATA / TIMPORTSETTINGSFORM / TIMPORTSETTINGSFORM.txt < prev   
Text File  |  2004-01-05  |  5KB  |  204 lines

  1. object ImportSettingsForm: TImportSettingsForm
  2.   Left = 357
  3.   Top = 200
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Welcome'
  7.   ClientHeight = 296
  8.   ClientWidth = 378
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Shape1: TShape
  21.     Left = 0
  22.     Top = 0
  23.     Width = 378
  24.     Height = 73
  25.     Align = alTop
  26.     Pen.Style = psClear
  27.   end
  28.   object Pic: TImage
  29.     Left = 8
  30.     Top = 8
  31.     Width = 32
  32.     Height = 32
  33.     AutoSize = True
  34.     Picture.Data = {<image000.ico>}
  35.   end
  36.   object Label1: TLabel
  37.     Left = 56
  38.     Top = 11
  39.     Width = 296
  40.     Height = 28
  41.     Caption = 'Welcome to Visual IRC 2!'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = 28
  45.     Font.Name = 'Tahoma'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     Transparent = True
  49.   end
  50.   object Label2: TLabel
  51.     Left = 56
  52.     Top = 48
  53.     Width = 289
  54.     Height = 17
  55.     AutoSize = False
  56.     Caption = 'To begin, please choose how you'#39'd like to set your options.'
  57.     Transparent = True
  58.     WordWrap = True
  59.   end
  60.   object Bevel1: TBevel
  61.     Left = 0
  62.     Top = 72
  63.     Width = 377
  64.     Height = 9
  65.     Shape = bsTopLine
  66.   end
  67.   object Label3: TLabel
  68.     Left = 40
  69.     Top = 96
  70.     Width = 331
  71.     Height = 13
  72.     Caption = 
  73.       'Starts the Visual IRC Setup Wizard to guide you through basic se' +
  74.       'tup.'
  75.     Transparent = True
  76.   end
  77.   object Label4: TLabel
  78.     Left = 40
  79.     Top = 136
  80.     Width = 313
  81.     Height = 13
  82.     Caption = 'Shows the full Configuration window with recommended defaults.'
  83.     Transparent = True
  84.   end
  85.   object ImportList: TListBox
  86.     Left = 40
  87.     Top = 184
  88.     Width = 329
  89.     Height = 65
  90.     Enabled = False
  91.     ItemHeight = 13
  92.     TabOrder = 4
  93.     OnClick = ImportListClick
  94.     OnDblClick = ImportListDblClick
  95.   end
  96.   object OKBtn: TBitBtn
  97.     Left = 109
  98.     Top = 264
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'OK'
  102.     Default = True
  103.     ModalResult = 1
  104.     TabOrder = 5
  105.     Glyph.Data = {
  106.       DE010000424DDE01000000000000760000002800000024000000120000000100
  107.       0400000000006801000000000000000000001000000000000000000000000000
  108.       80000080000000808000800000008000800080800000C0C0C000808080000000
  109.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  110.       3333333333333333333333330000333333333333333333333333F33333333333
  111.       00003333344333333333333333388F3333333333000033334224333333333333
  112.       338338F3333333330000333422224333333333333833338F3333333300003342
  113.       222224333333333383333338F3333333000034222A22224333333338F338F333
  114.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  115.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  116.       0000333333333A222433333333333338F338F33300003333333333A222433333
  117.       333333338F338F33000033333333333A222433333333333338F338F300003333
  118.       33333333A222433333333333338F338F00003333333333333A22433333333333
  119.       3338F38F000033333333333333A223333333333333338F830000333333333333
  120.       333A333333333333333338330000333333333333333333333333333333333333
  121.       0000}
  122.     NumGlyphs = 2
  123.   end
  124.   object UseDefaults: TRadioButton
  125.     Left = 24
  126.     Top = 120
  127.     Width = 273
  128.     Height = 17
  129.     Caption = 'I'#39've &used IRC before. Show me everything!'
  130.     Font.Charset = DEFAULT_CHARSET
  131.     Font.Color = clWindowText
  132.     Font.Height = -11
  133.     Font.Name = 'Tahoma'
  134.     Font.Style = [fsBold]
  135.     ParentFont = False
  136.     TabOrder = 1
  137.     OnClick = RadioClick
  138.   end
  139.   object ImportmIRC: TRadioButton
  140.     Left = 8
  141.     Top = 152
  142.     Width = 233
  143.     Height = 17
  144.     Caption = 'I want to import settings from &mIRC.'
  145.     Enabled = False
  146.     Font.Charset = DEFAULT_CHARSET
  147.     Font.Color = clWindowText
  148.     Font.Height = -11
  149.     Font.Name = 'Tahoma'
  150.     Font.Style = [fsBold]
  151.     ParentFont = False
  152.     TabOrder = 2
  153.     Visible = False
  154.     OnClick = RadioClick
  155.   end
  156.   object ImportOther: TRadioButton
  157.     Left = 24
  158.     Top = 160
  159.     Width = 337
  160.     Height = 17
  161.     Caption = 'I want to import settings from another &version of ViRC:'
  162.     Enabled = False
  163.     Font.Charset = DEFAULT_CHARSET
  164.     Font.Color = clWindowText
  165.     Font.Height = -11
  166.     Font.Name = 'Tahoma'
  167.     Font.Style = [fsBold]
  168.     ParentFont = False
  169.     TabOrder = 3
  170.     OnClick = RadioClick
  171.   end
  172.   object ExitBtn: TButton
  173.     Left = 195
  174.     Top = 264
  175.     Width = 75
  176.     Height = 25
  177.     Caption = 'E&xit'
  178.     TabOrder = 6
  179.     OnClick = ExitBtnClick
  180.   end
  181.   object UseWizard: TRadioButton
  182.     Left = 24
  183.     Top = 80
  184.     Width = 273
  185.     Height = 17
  186.     Caption = 'I'#39'm &new to IRC and I want detailed help.'
  187.     Checked = True
  188.     Font.Charset = DEFAULT_CHARSET
  189.     Font.Color = clWindowText
  190.     Font.Height = -11
  191.     Font.Name = 'Tahoma'
  192.     Font.Style = [fsBold]
  193.     ParentFont = False
  194.     TabOrder = 0
  195.     TabStop = True
  196.   end
  197.   object OpenDialog: TOpenDialog
  198.     Filter = 'mIRC settings (mirc.ini)|mirc.ini|All settings (*.ini)|*.ini'
  199.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  200.     Left = 8
  201.     Top = 256
  202.   end
  203. end
  204.